Versions:
age is a lightweight, command-line encryption utility developed by FiloSottile that provides a minimalist yet cryptographically robust way to protect files, streams, or entire directory trees without the complexity of traditional PGP workflows. Written in Go and offered both as a standalone tool and as an importable library, the program emphasizes small, human-readable age keys, zero configuration files, and UNIX-style composability that lets it slot naturally into shell pipelines, backup scripts, CI/CD jobs, or any automation where transparent, scriptable encryption is required. Typical use cases range from encrypting database dumps before cloud upload, sealing secrets for repository storage, and securing email attachments, to wrapping tar archives for off-site backups; because age keys are short ASCII strings, they can be embedded directly in documentation or environment variables, eliminating the need for cumbersome key-ring management. The utility supports password-based as well as public-key encryption, can recursively process multiple files, and produces compact, armored ciphertext that is easy to store or transmit. Since its introduction, the project has released four successive versions, culminating in the current age 1.3.1, each refining performance, adding minor format tweaks, and expanding Go API coverage while preserving backward compatibility and the original “no flags to remember” philosophy. The software is classified under Security / Encryption Tools and remains a favored alternative among developers who need modern primitives such as X25519 and ChaCha20-Poly1305 without the historical baggage of older toolsets. age is available for free on get.nero.com, with downloads supplied through trusted Windows package sources such as winget, always serving the latest build and enabling batch installation alongside other applications.
Tags: